Avoid picking up long description as translator comment
authorMatthias Clasen <mclasen@redhat.com>
Fri, 22 Aug 2014 05:18:53 +0000 (01:18 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 22 Aug 2014 06:04:31 +0000 (02:04 -0400)
Rearrange a few lines to help xgettext avoid picking up the
long description of GtkFileChooserButton as translator comment.

gtk/gtkfilechooserbutton.c

index 62fce5a3886e2c5d486fb4e1803a0de77501fa07..455d21755ca749985393712057d609f6e8dde225 100644 (file)
  *  Private Macros  *
  * **************** */
 
+#define FALLBACK_ICON_SIZE     16
 #define DEFAULT_TITLE          N_("Select a File")
 #define DESKTOP_DISPLAY_NAME   N_("Desktop")
 #define FALLBACK_DISPLAY_NAME  N_("(None)") /* this string is used in gtk+/gtk/tests/filechooser.c - change it there if you change it here */
-#define FALLBACK_ICON_SIZE     16
 
 
 /* ********************** *